(inferior-octave-prompt): Accept .exe.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Jul 2007 17:54:49 +0000 (17:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Jul 2007 17:54:49 +0000 (17:54 +0000)
lisp/progmodes/octave-inf.el

index 63f9af50c1e276c2dea609793d7807d1769ae8ff..b46510b5ac9d1186fa59f2700e53863d948209ba 100644 (file)
@@ -42,7 +42,7 @@
   :group 'octave-inferior)
 
 (defcustom inferior-octave-prompt
-  "\\(^octave\\(\\|.bin\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
+  "\\(^octave\\(\\|.bin\\|.exe\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
   "Regexp to match prompts for the inferior Octave process."
   :type 'regexp
   :group 'octave-inferior)